PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableFormXObjectCell Class / getFormXObjectWidth Method
In This Topic
    getFormXObjectWidth Method
    In This Topic
    Gets the form XObject width.
    If this value is 0, the width is computed automatically based on form XObject height in order to keep the original form XObject aspect ratio.
    Syntax
    public double getFormXObjectWidth()

    Return Value

    The width of the form XObject displayed in the cell.
    See Also